home *** CD-ROM | disk | FTP | other *** search
- IODeviceInspector = {
- ACTIONS = {
- channelOrInterruptPicked:;
- rangeDidChange:;
- showInfo:;
- };
- OUTLETS = {
- portsBox;
- statusTitle;
- memoryController;
- dmaMatrix;
- memoryBox;
- dmaBox;
- portsController;
- infoPanel;
- accessoryHolder;
- infoButton;
- infoText;
- irqBox;
- irqMatrix;
- inspectionView;
- origWindow;
- };
- SUPERCLASS = Object;
- };
- IntrInspector = {
- ACTIONS = {
- level:;
- edge:;
- };
- OUTLETS = {
- levelButton;
- edgeButton;
- boundingBox;
- optionsBox;
- };
- SUPERCLASS = IODeviceInspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- SCSIInspector = {
- ACTIONS = {
- sync:;
- fast:;
- cmdQueue:;
- };
- OUTLETS = {
- syncButton;
- cmdQueueButton;
- boundingBox;
- optionsBox;
- fastButton;
- };
- SUPERCLASS = IODeviceInspector;
- };
-